a
{
	color : inherit ;
	text-decoration : none ;
}
a:hover
{
	text-decoration : underline ;
}
askr , [bendo] , [memoro]
{
	display : none !important ;
}
b , select , sup
{
	font-family : inherit ;
	font-weight : bold ;
	color : blue ;
}
.bande
{
	background : black ;
	margin : 8px ;
	border-radius : 4px ;
	padding : 4px ;
	color : white ;
	font-weight : bold ;
	text-align : center ;
}
body
{
	margin : auto ;
	width : 320px ;
	background : khaki ;
}
details
{
	display : block ; /* Si le navigateur est différent de Chrome ou de Safari 6 */
	margin : 8px ;
	border : solid 2px grey ;
	border-radius : 4px ;
	background : aliceblue ;
	padding : 4px ;
	text-align : justify ;
}
details:hover , details[open]
{
	border : solid 2px darkred ;
}
h1
{
	font-size : 1.5em ;
}
h1 + span
{
	display : none ;
}
h1:hover + span:before
{
	position : absolute ;
	margin-top : -20px ;
	margin-left : 16px ;
	content : url("Images/Flèche haut dark.png")
}
h1:hover + span
{
	position : absolute ;
	display : inline-block ;
	margin-top : 0 ;
	box-shadow : 2px 2px 6px black ;
}
hr
{
	margin : 2px ;
}
input
{
	font-family : Times ;
	font-style : italic ;
	color : red ;
	box-shadow : 2px 2px 6px black ;
}
select
{
	display : inline-block ;
	vertical-align : middle ;
}
.rouge
{
	color : red ;
}
summary
{
	cursor : pointer ;
	font-size : 1.25em ;
	font-style : italic ;
	font-weight : bold ;
}
.var , var:after
{
	font-weight : normal ;
}
